home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / smfdoor / frmhelpp.frm (.txt) < prev    next >
Visual Basic Form  |  1999-08-13  |  1KB  |  44 lines

  1. VERSION 5.00
  2. Begin VB.Form frmHelpPreferences 
  3.    BackColor       =   &H00000000&
  4.    BorderStyle     =   1  'Fixed Single
  5.    Caption         =   "Preferences"
  6.    ClientHeight    =   1530
  7.    ClientLeft      =   4365
  8.    ClientTop       =   3105
  9.    ClientWidth     =   2160
  10.    Icon            =   "frmHelpPreferences.frx":0000
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   1530
  15.    ScaleWidth      =   2160
  16.    Begin VB.CommandButton Command1 
  17.       BackColor       =   &H00000000&
  18.       Caption         =   "Done"
  19.       Height          =   375
  20.       Left            =   360
  21.       TabIndex        =   1
  22.       Top             =   1080
  23.       Width           =   1335
  24.    End
  25.    Begin VB.Label Label1 
  26.       BackColor       =   &H00000000&
  27.       Caption         =   "     This Menu is used to either delete your recent sites or to chage your homepage (Start up Page)."
  28.       ForeColor       =   &H000000FF&
  29.       Height          =   855
  30.       Left            =   120
  31.       TabIndex        =   0
  32.       Top             =   120
  33.       Width           =   1935
  34.    End
  35. Attribute VB_Name = "frmHelpPreferences"
  36. Attribute VB_GlobalNameSpace = False
  37. Attribute VB_Creatable = False
  38. Attribute VB_PredeclaredId = True
  39. Attribute VB_Exposed = False
  40. Private Sub Command1_Click()
  41.     frmHelpPreferences.Hide
  42.     frmView.Show
  43. End Sub
  44.